| | |
| | | <select id="getAssetImportLogInfo" parameterType="Map" resultType="Map"> |
| | | select t.log_type,t.log_type logType,t.log_id,t.log_id |
| | | logId,t.remark,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id |
| | | communityId,t.create_time createTime,t.state,td.`name` |
| | | communityId, t.import_file_name as importFileName,t.create_time createTime,t.state,td.`name` |
| | | logTypeName,td1.name stateName,t.user_name userName, |
| | | COALESCE(d.successCount, 0) AS successCount, |
| | | COALESCE(d.errorCount, 0) AS errorCount, |
| | |
| | | <if test="communityId !=null and communityId != ''"> |
| | | and t.community_id= #{communityId} |
| | | </if> |
| | | <if test="importFileName !=null and importFileName != ''"> |
| | | and t.import_file_name= #{importFileName} |
| | | </if> |
| | | <if test="errorCount !=null and errorCount != ''"> |
| | | and t.error_count= #{errorCount} |
| | | </if> |