| | |
| | | <mapper namespace="com.zt.life.modules.project.dao.SoftwareTestOrderDao"> |
| | | |
| | | <select id="getList" resultType="com.zt.life.modules.project.model.SoftwareTestOrder"> |
| | | SELECT a.*, p.* |
| | | SELECT a.*, p.software_name,p.software_identity |
| | | FROM software_test_order a |
| | | INNER JOIN project p ON p.id = a.project_id |
| | | <where> |
| | |
| | | |
| | | <select id="dictList" resultType="com.zt.core.sys.dto.DictIstance"> |
| | | SET @row_number = 0; |
| | | SELECT concat('${softName}', dd.dict_label) AS name, |
| | | SELECT concat('${softIdentity}', dd.dict_label) AS name, |
| | | (@row_number := @row_number + 1) AS no, |
| | | case when '${dictType}'='product_library_file' then concat(dd.REMARK,'-${projectCode}') else |
| | | '1.0.0' end as identify |